home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / music / omdpt123.lha / OMED_PT123.lzx / rexx / plbl_f10.omed < prev    next >
Text File  |  1979-12-26  |  294b  |  16 lines

  1. /* Play Block from F10 - Case 29-10-95 */
  2.  
  3. address OCTAMED_REXX
  4. options results
  5.  
  6. call open("f_keys","T:f_keys.omedtemp",R)
  7. f6 = readln("f_keys")
  8. f7 = readln("f_keys")
  9. f8 = readln("f_keys")
  10. f9 = readln("f_keys")
  11. f10 = readln("f_keys")
  12. call close("f_keys")
  13.  
  14. 'ed_goto line' f10
  15. 'pl_contblock'
  16. exit